home *** CD-ROM | disk | FTP | other *** search
/ 500 MB Nyheder Direkte fra Internet 5 / 500 MB nyheder direkte fra internet CD 5.iso / start / zipped / os2 / drivers / aic777.exe / README.TXT < prev   
Text File  |  1994-06-06  |  7KB  |  182 lines

  1.                   Adaptec 7700 Family Manager Set V2.02
  2.  
  3.                     7700 Family Manager for OS/2 2.X 
  4.                     ================================
  5.  
  6.  
  7. Installation instructions for the AIC-7770 OS/2 2.x driver:
  8. ===========================================================
  9.  
  10. 1) Open the OS/2 System Folder, then open the System Setup folder.
  11.  
  12. 2) Double-click on Device Driver Install.
  13.  
  14. 3) Insert the Manager Set floppy in the appropriate drive.
  15.  
  16. 4) Change to the directory where the driver is located, usually OS2\2_X.
  17.  
  18. 5) When you find the driver (AIC7770.ADD), select INSTALL.
  19.  
  20. 6) After the install finishes, a message will appear to report the 
  21.    status.  An error will be displayed if no host adapters are found.
  22.  
  23.  
  24. ** NOTE:
  25.  
  26.    If you are using OS/2 2.0 GA, the above method will not work.  
  27.    To install under 2.0 GA, open a full-screen OS/2 session.  Change to
  28.    the drive and directory on the floppy where the drivers are located.
  29.    Type DDINSTAL and press ENTER.
  30.  
  31.    
  32.    You may also install the driver manually.  Copy AIC7770.ADD to C:\OS2.
  33.    Add a line to your CONFIG.SYS that says BASEDEV=AIC7770.ADD .
  34.  
  35.  
  36. Configuration:
  37. ==============
  38.  
  39. Generic command line switches for Adaptec drivers and OS/2 2.X
  40. ===============================================================
  41.  
  42. OS/2 adapter device drivers (.ADD files) are normally installed 
  43. automatically and require no further information from the user. However,
  44. in certain situations the user may wish to modify the behavior of the 
  45. driver to meet their specific needs.
  46.  
  47.  
  48. ***** IMPORTANT *****
  49. Please proceed cautiously with the following information. If you have
  50. purchased software which requires you to use switches, it should include
  51. instructions on how to use them. Most software requires no switches and
  52. you do not need to concern yourself with the information about switch 
  53. settings.
  54.  
  55.  
  56. The standard format for command line switches is :
  57. BASEDEV=AIC7770.ADD [Universal Parameter][Adapter ID][Unit Parameter]
  58.           {[SCSI Target ID]}
  59.  
  60.   [Universal Parameter] - An option that applies to all adapters 
  61.            controlled by the driver.
  62.  
  63.   [Adapter ID] - /A:n, where n is the number (zero relative) of the adapter
  64.            installed in the system. The adapter ID is determined when 
  65.            the driver is loaded based on the order that adapters are 
  66.            found in the system. (See below, AIC7770.ADD Specific Command
  67.            Line Switches.)
  68.  
  69.   [Unit Parameter] - Modifies the behavior of the selected host adapter.
  70.  
  71.   [SCSI Target ID] - The targets to which the Unit Parameter will be applied.
  72.            This parameter may be a single ID (d) or list of IDs (d,d,d).
  73.  
  74. Universal Parameters
  75. --------------------
  76.  
  77.    /ET - Allow embedded targets.  This parameter indicates that the ADD
  78.       should assume that all targets have more than one logical unit (LUN)
  79.       defined.
  80.  
  81.    /!ET - Do not allow embedded targets (DEFAULT). This parameter indicates
  82.       that the ADD should assume that all targets have only one logical 
  83.       unit (LUN) defined.
  84.  
  85.    /V - Load driver verbosely. This parameter will display the driver
  86.       name as well as the version number and Adaptec copyright if the driver
  87.       loads successfully. Information on all targets found in the system
  88.       will also be displayed.
  89.  
  90. General Unit Parameters
  91. -----------------------
  92.  
  93.    /I - Ignore the specified adapter. This allows another driver to
  94.       share the adapters that the ADD would normally use.
  95.  
  96.    /DM - Enable DASD manager support (DEFAULT). This parameter allows
  97.       OS2DASD.DMD to control the specified target(s) if they are 
  98.       identified as DASD (hard disk) devices.
  99.  
  100.    /!DM - Disable DASD manager support. This parameter prevents
  101.       OS2DASD.DMD from controlling the specified target(s).
  102.  
  103.    /SM - Enable SCSI manager support (DEFAULT). This parameter allows
  104.       OS2SCSI.DMD to control the specified target(s) if they are 
  105.       identified as NON-DASD SCSI devices. All SCSI hard drives 
  106.       will be controlled by OS2DASD.DMD.
  107.  
  108.    /!SM - Disable SCSI manager support. This parameter prevents
  109.       OS2SCSI.DMD from controlling the specified target(s).
  110.  
  111.  
  112. Configuration Examples
  113. ----------------------
  114.  
  115. Example 1
  116.  
  117.    Suppose that you had a removable hard drive as target 3 and you wanted
  118.    to control the hard drive with an ASPI application and driver.
  119.    Normally OS2DASD will allocate this device, treat it as a large
  120.    floppy and prevent you from sending any SCSI commands via ASPI.
  121.  
  122.    BASEDEV=AIC7770.ADD /A:0 /!DM:3 will prevent OS2DASD.DMD from
  123.    accessing the target and still allow OS2SCSI.DMD and OS2ASPI.DMD to
  124.    share access to it.
  125.  
  126. Example 2
  127.  
  128.    Suppose that you had a multi-disk CD-ROM as target 4 on host adapter 0 and
  129.    two DASD devices as targets 1 and 5 on host adapter 1.
  130.  
  131.    BASEDEV=AIC7770.ADD /ET /A:0 /!SM:4 /A:1 /!DM:1,5 will prevent
  132.    OS2SCSI.DMD from accessing the CD-ROM and prevent OS2DASD.DMD from
  133.    controlling the DASD devices. The driver will also search for multiple
  134.    LUNs on all host adapters.
  135.  
  136. Important Tips
  137. --------------
  138.  
  139.   1) There are no switches for controlling OS2ASPI.DMD directly. IBM did
  140.     not define them in their specification and we cannot be sure that other
  141.     host adapters will have the same switches.
  142.  
  143.   2) OS2SCSI.DMD will only allocate devices when a device driver
  144.     requests it, but this will prevent OS2ASPI from accessing it. There is
  145.     nothing in the ASPI specification regarding device allocation so
  146.     OS2ASPI must rely on other managers to fairly share targets. This
  147.     should only be a problem if you have two drivers that use different
  148.     managers and you want them both to access the same target at the same
  149.     time.
  150.  
  151.   3) Do NOT disable DASD manaager access to target 0 if you are booting
  152.     from your SCSI host adapter. This will prevent the system from booting!
  153.  
  154.  
  155. AIC7770.ADD-specific command line switches
  156. ==========================================
  157.  
  158.          This driver supports the AIC-7770 single chip SCSI adapter which may be  
  159.          embedded on an EISA motherboard, installed on a 274X EISA adapter or  
  160.          installed on 2840 VESA adapter. Adapter numbers are first assigned to 
  161.          boards with their BIOS enabled; the numbers are assigned from lowest 
  162.          BIOS address to highest address. Any remaining boards are assigned 
  163.          adapter numbers by scanning the slots from lowest to highest and 
  164.          boards are assigned adapter numbers in the order they are found.  
  165.                             
  166.          Special Unit Parameters: 
  167.  
  168.            /NTAG:x - Set number of active non-tagged commands allowed on each 
  169.            target to 1 or 2. The default setting is 2. 
  170.  
  171.            /TAG:x - Set the maximum number of tagged commands allowed on each 
  172.            target between 1 and 16. The default is 16; setting the number of 
  173.            tags to 1 will disable tagged queuing. 
  174.  
  175.     /UR - Report underruns. 
  176.     /!UR - Ignore underruns (DEFAULT). 
  177.  
  178.            /OPTIMA - Enable the advanced performance features. 
  179.     /!OPTIMA - Disable the advanced performance features. 
  180.     *** This option is not supported on AIC-7770 earlier than revision E. 
  181.  
  182.